Spread for ASP.NET 8.0 Product Documentation
ItemEventArgs<T> Constructor


An object value that indicates the item.
Specifies how the item changed
Initializes a new instance of the ItemEventArgs<T> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal item As T, _
   ByVal type As ItemChangedType _
)
'Usage
 
Dim item As T
Dim type As ItemChangedType
 
Dim instance As New ItemEventArgs(Of T)(item, type)
public ItemEventArgs<T>( 
   T item,
   ItemChangedType type
)

Parameters

item
An object value that indicates the item.
type
Specifies how the item changed
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ItemEventArgs<T> Class
ItemEventArgs<T> Members

 

 


Copyright © GrapeCity, inc. All rights reserved.